home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / m&tcga.zip / COLORS.H < prev    next >
Text File  |  1987-11-22  |  438b  |  19 lines

  1. /* COLORS.H:  Maps color names */
  2.  
  3. #define BLACK         0
  4. #define BLUE          1
  5. #define GREEN         2
  6. #define CYAN          3
  7. #define RED           4
  8. #define MAGENTA       5
  9. #define BROWN         6
  10. #define LIGHTGRAY     7
  11. #define DARKGRAY      8
  12. #define LIGHTBLUE     9
  13. #define LIGHTGREEN   10
  14. #define LIGHTCYAN    11
  15. #define LIGHTRED     12
  16. #define LIGHTMAGENTA 13
  17. #define YELLOW       14
  18. #define WHITE        15
  19.